home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / WINNC / WINNC32.EX_ / WINNC32.EX / 0 / RCDATA / TFORM12 / TFORM12.txt
Text File  |  1997-06-16  |  1KB  |  70 lines

  1. object Form12: TForm12
  2.   Left = 195
  3.   Top = 283
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Compressing Files'
  7.   ClientHeight = 134
  8.   ClientWidth = 367
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object label1: TFastCaption
  19.     Left = 10
  20.     Top = 67
  21.     Width = 351
  22.     Height = 16
  23.     caption = 'FastCaption'
  24.     ClipOptions = coEnd
  25.   end
  26.   object label2: TFastCaption
  27.     Left = 10
  28.     Top = 82
  29.     Width = 351
  30.     Height = 16
  31.     caption = 'FastCaption'
  32.     ClipOptions = coEnd
  33.   end
  34.   object label3: TFastCaption
  35.     Left = 10
  36.     Top = 116
  37.     Width = 271
  38.     Height = 16
  39.     caption = 'FastCaption'
  40.     ClipOptions = coEnd
  41.   end
  42.   object AnimatedSymbol1: TAnimatedSymbol
  43.     Left = 10
  44.     Top = 5
  45.     Width = 272
  46.     Height = 60
  47.     Center = False
  48.     State = acmPlaying
  49.   end
  50.   object Button1: TButton
  51.     Left = 285
  52.     Top = 100
  53.     Width = 75
  54.     Height = 20
  55.     Caption = 'abort'
  56.     TabOrder = 1
  57.     OnClick = Button1Click
  58.   end
  59.   object ProgressBar1: TProgressBar
  60.     Left = 10
  61.     Top = 100
  62.     Width = 269
  63.     Height = 12
  64.     Min = 0
  65.     Max = 100
  66.     Step = 1
  67.     TabOrder = 2
  68.   end
  69. end
  70.